-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow sensio/distribution-bundle ^5.0 #77
Conversation
`composer install` works fine with 5.0 too.
Huh! It looks like it writes a random secret to I think it's safe to remove it: https://github.com/ezsystems/LegacyBridge/blob/master/bundle/SetupWizard/ConfigurationDumper.php#L101-L108 @bdunogier WDYT? |
@wizhippo Your input is appreciated too :) |
@emodric I believe that should be able to be removed too with no issue as when you use composer to install you are asked to set the secret. I see no need to reset the secret again from the legacy setup wizard. |
I agree with you guys. |
PR updated to remove the configurator. |
Ping @lolautruche |
From my side +1 but wanted JV's pov |
Shouldn't we regenerate the secret? Other than that, +1 |
Why though? Initial composer install asks the user to set the secret. Why should legacy bridge install regenerate user set secret? |
I think I agree with that. |
Alright then :-) |
|
I'd say |
|
Can this be backported to 5.4 please? DistributionBudle 3.x is way too old and is causing issues with composer such as:
Thanks :-) |
@lolautruche Latest Distribution bundle 4.x works fine :) |
OK I'll check this out, thanks @emodric |
composer install
works fine with 5.0 too.